syscall.mmapper.mmap (field)
3 uses
syscall (current package)
syscall_linux.go#L1133: mmap: mmap,
syscall_unix.go#L50: mmap func(addr, length uintptr, prot, flags, fd int, offset int64) (uintptr, error)
syscall_unix.go#L60: addr, errno := m.mmap(0, uintptr(length), prot, flags, fd, offset)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)